Skip to content

4.x: Convert from JUnit 4 to JUnit 6#8202

Merged
akarnokd merged 5 commits into
ReactiveX:4.xfrom
akarnokd:4xJUnit6Conversion
Jun 30, 2026
Merged

4.x: Convert from JUnit 4 to JUnit 6#8202
akarnokd merged 5 commits into
ReactiveX:4.xfrom
akarnokd:4xJUnit6Conversion

Conversation

@akarnokd

Copy link
Copy Markdown
Member

It had to be done in one swoop or else some remnants could have caused issues.

  • Added missing standard scheduler tests to ParallelScheduler, SharedScheduler
  • Added missing SchedulerIntrospection to various task holder classes

Resolves #8079

@github-actions

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 5.006 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

build.gradle: 5.006

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.33%. Comparing base (109a56c) to head (238b58c).
⚠️ Report is 1 commits behind head on 4.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                4.x    #8202      +/-   ##
============================================
- Coverage     98.34%   98.33%   -0.02%     
- Complexity     6772     6783      +11     
============================================
  Files           777      777              
  Lines         48464    48506      +42     
  Branches       6563     6570       +7     
============================================
+ Hits          47663    47696      +33     
- Misses          605      610       +5     
- Partials        196      200       +4     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 5.006 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

build.gradle: 5.006

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@github-actions

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 5.006 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

build.gradle: 5.006

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@github-actions

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 5.006 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

build.gradle: 5.006

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@akarnokd akarnokd merged commit 531388f into ReactiveX:4.x Jun 30, 2026
4 checks passed
@akarnokd akarnokd deleted the 4xJUnit6Conversion branch June 30, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4.x: Convert JUnit 4 tests into JUnit 6 tests

1 participant